title: Parallel Coding Agents with Container Use and Git Worktree
Youtube_Thumbnail: https://img.youtube.com/vi/z1osqcNQRvw/hqdefault.jpg
sources:
- https://www.youtube.com/watch?v=z1osqcNQRvw
media_link: https://www.youtube.com/watch?v=z1osqcNQRvw
Authors: "[[ZazenCodes]]"
contentPublished: 2025-09-03
noteCreated: 2026-01-07
description: AI ENGINEER ROADMAP [ 🚀 learn AI Engineering in 2025 ]► https://zazencodes.com/NEWSLETTER [ 🍰 weekly video release email ]► https://zazencodes.com/newslett...
tags:
- clippings
- video
takeaways:
subjects:
Status: âś… Read
permalink: Parallel Coding Agents with Container Use and Git WorktreeAI ENGINEER ROADMAP [ 🚀 learn AI Engineering in 2025 ]► https://zazencodes.com/NEWSLETTER [ 🍰 weekly video release email ]► https://zazencodes.com/newslett...
git worktree add -b [branch-name] [folder-name] to create agent workspacesnpm install in each workspace (downside)brew install dagger-io/dagger/container-usecontainer-use versioncontainer-use list, watch with container-use watchcontainer-use environment create spawns containerized workspacecontainer-use checkout [environment-name] pulls changes to local directorycontainer-use merge brings changes to main branchcontainer-use delete removes environment after merge--allowed-tools flag to skip confirmationscontainer-use diff [environment-name] shows all changes madecontainer-use checkout [environment-name] switches to each variantnpm run dev to preview each redesign locally